←Select platform

OnCollectionChanged(NotifyLeadCollectionChangedEventArgs) Method

Summary

Raises the CollectionChanged event with the provided arguments.

Syntax
C#
VB
C++
protected override void OnCollectionChanged( 
   NotifyLeadCollectionChangedEventArgs e 
) 
Protected Overrides Sub OnCollectionChanged( 
   ByVal e As NotifyLeadCollectionChangedEventArgs 
) 
protected:  
   virtual void OnCollectionChanged( 
      NotifyLeadCollectionChangedEventArgs^ e 
   ) override 

Parameters

e

Event data.

Return Value

Remarks

Properties and methods that modify this collection raise the CollectionChanged event through this virtual method.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly